home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / etc / RCS / getpass.man,v < prev    next >
Text File  |  1992-03-27  |  1KB  |  69 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     92.03.27.12.26.10;  author shirriff;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     92.03.17.23.35.46;  author shirriff;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Updated for long passwords.
  27. @
  28. text
  29. @.\"    @@(#)getpass.3    6.1 (Berkeley) 5/15/85
  30. .\"
  31. .TH GETPASS 3  "May 15, 1985"
  32. .AT 3
  33. .SH NAME
  34. getpass \- read a password
  35. .SH SYNOPSIS
  36. .nf
  37. .B char *getpass(prompt)
  38. .B char *prompt;
  39. .fi
  40. .SH DESCRIPTION
  41. .I Getpass
  42. reads a password from the file
  43. .IR /dev/tty ,
  44. or if that cannot be opened, from the standard input,
  45. after prompting with the null-terminated string
  46. .I prompt
  47. and disabling echoing.
  48. A pointer is returned to a null-terminated string
  49. of at most _PASSWORD_LEN characters (currently 128).
  50. .SH FILES
  51. /dev/tty
  52. .SH "SEE ALSO"
  53. crypt(3)
  54. .SH BUGS
  55. The return value points to static data
  56. whose content is overwritten by each call.
  57. @
  58.  
  59.  
  60. 1.1
  61. log
  62. @Initial revision
  63. @
  64. text
  65. @d21 1
  66. a21 1
  67. of at most 8 characters.
  68. @
  69.